Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing Namespace > DicomEditableProperty Class > GetEvents Method : GetEvents(Attribute[]) Method |
public EventDescriptorCollection GetEvents( Attribute[] attributes )
'Declaration
Public Overloads Function GetEvents( _ ByVal attributes() As Attribute _ ) As EventDescriptorCollection
'Usage
Dim instance As DicomEditableProperty Dim attributes() As Attribute Dim value As EventDescriptorCollection value = instance.GetEvents(attributes)
public: EventDescriptorCollection^ GetEvents( array<Attribute^>^ attributes )